ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CursorCollectionView<T,K> Class / RefreshAsync(CancellationToken) Method
The cancellation token.

In This Topic
    RefreshAsync(CancellationToken) Method
    In This Topic
    Removes the cached data and loads the whole collection from scratch.
    Syntax
    'Declaration
     
    Public Function RefreshAsync( _
       Optional ByVal cancellationToken As System.Threading.CancellationToken _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task RefreshAsync( 
       System.Threading.CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also